Find Business By Id
GET /api/v1/businesses/:businessId
Description
Retrieve a business by ID
Request
-
URL:
/api/v1/businesses/:businessId -
Auth: Bearer Token
Headers
Authorization: Bearer (Added as a part of the security scheme)
URL Parameters
businessId(Required)
Response
- Status: OK (200)
/api/v1/businesses/:businessId
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/businesses/:businessId \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!